home *** CD-ROM | disk | FTP | other *** search
- Path: news.eunet.fi!newsmaster
- From: kp@direktor.voima.jkl.fi (Kari-Pekka Koljonen)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Doublebuffered window??
- Date: 14 Jan 1996 13:20:44 GMT
- Message-ID: <615.6587T733T1336@direktor.voima.jkl.fi>
- References: <4couoh$3qc@maureen.teleport.com>
- NNTP-Posting-Host: kauhajoki.fi
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
- >: : You cannot double buffer windows. You can only double buffer screens.
-
- You can, actually. I use WaitTOF() to wait a while and then render all gfx
- to a chip memory aread defined as a bitmap structure. Then I copy the
- buffer to my window using BltBitMapRastPort(). Doublebuffering can be done
- by switching the plane pointers in the bitmap structure.
-
-
- ***************************************************
- K-P Koljonen / Hippopotamus Design / iNSANE
- kp@direktor.voima.jkl.fi, kpkoljon@freenet.hut.fi
- http://direktor.voima.jkl.fi/~kp K-P@IRC
- ***************************************************
-
-
-